SftTree/NET 2.0

Count Property, CellCollectionClass Class

Softel vdm, Inc.

Defines the number of cells contained in this cell collection.

Syntax      CellCollectionClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Count As Integer

C#   

public int Count { get; set; }

C++   

public: property int Count {
        int get();
        void set(int value);
}

Property Value

The number of cells contained in this cell collection.

The default value is 0.

Comments

The Count property defines the number of cells contained in this cell collection.

When defining a new number of cells, if the new number of cells is smaller than the current number of cells, the remaining cells are discarded. If the new number is larger, empty cells are added at the end of the cell collection.

While the theoretical maximum limit of cells is huge (Int.Max), in practice this limit is not achievable due to runtime requirements, such as CPU time, elapsed time, virtual memory, etc.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com